home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / misc / appletb / factory.exe / 0 / RCDATA / TABOUTWINDOW / TABOUTWINDOW.txt < prev   
Text File  |  1997-05-07  |  3KB  |  143 lines

  1. object AboutWindow: TAboutWindow
  2.   Left = 192
  3.   Top = 97
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 160
  7.   ClientWidth = 193
  8.   Color = clActiveBorder
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel2: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 177
  22.     Height = 145
  23.     BevelOuter = bvLowered
  24.     Color = clActiveBorder
  25.     TabOrder = 0
  26.     object Title: TLabel
  27.       Left = 8
  28.       Top = 8
  29.       Width = 161
  30.       Height = 13
  31.       Alignment = taCenter
  32.       AutoSize = False
  33.       Caption = 'Applet Button Factory'
  34.       Color = clActiveBorder
  35.       Font.Color = clBlack
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = [fsBold]
  39.       ParentColor = False
  40.       ParentFont = False
  41.       IsControl = True
  42.     end
  43.     object Label3: TLabel
  44.       Left = 8
  45.       Top = 32
  46.       Width = 161
  47.       Height = 13
  48.       Alignment = taCenter
  49.       AutoSize = False
  50.       Caption = 'Version  1.1'
  51.       Color = clActiveBorder
  52.       Font.Color = clBlack
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = []
  56.       ParentColor = False
  57.       ParentFont = False
  58.       IsControl = True
  59.     end
  60.     object Label4: TLabel
  61.       Left = 16
  62.       Top = 48
  63.       Width = 140
  64.       Height = 13
  65.       Alignment = taCenter
  66.       Caption = 'Copyright 1997  John Doerfler'
  67.       Color = clActiveBorder
  68.       Font.Color = clBlack
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = []
  72.       ParentColor = False
  73.       ParentFont = False
  74.       IsControl = True
  75.     end
  76.     object Label1: TLabel
  77.       Left = 8
  78.       Top = 80
  79.       Width = 161
  80.       Height = 13
  81.       Alignment = taCenter
  82.       AutoSize = False
  83.       Caption = 'www.siliconjoy.com'
  84.       Font.Color = 10485760
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = [fsUnderline]
  88.       ParentFont = False
  89.       OnClick = Label1Click
  90.     end
  91.     object Label2: TLabel
  92.       Left = 16
  93.       Top = 64
  94.       Width = 145
  95.       Height = 13
  96.       Alignment = taCenter
  97.       AutoSize = False
  98.       Caption = 'frosty@kagi.com'
  99.       Font.Color = 10485760
  100.       Font.Height = -11
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = [fsUnderline]
  103.       ParentFont = False
  104.       OnClick = Label2Click
  105.     end
  106.     object Label5: TLabel
  107.       Left = 8
  108.       Top = 104
  109.       Width = 161
  110.       Height = 13
  111.       Alignment = taCenter
  112.       AutoSize = False
  113.       Caption = 'Unregistered Version'
  114.       Color = clActiveBorder
  115.       Font.Color = clBlack
  116.       Font.Height = -11
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = []
  119.       ParentColor = False
  120.       ParentFont = False
  121.       IsControl = True
  122.     end
  123.     object Label6: TLabel
  124.       Left = 8
  125.       Top = 120
  126.       Width = 161
  127.       Height = 13
  128.       Alignment = taCenter
  129.       AutoSize = False
  130.       Caption = 'Do not distribute'
  131.       Color = clActiveBorder
  132.       Font.Color = clBlack
  133.       Font.Height = -11
  134.       Font.Name = 'MS Sans Serif'
  135.       Font.Style = []
  136.       ParentColor = False
  137.       ParentFont = False
  138.       Visible = False
  139.       IsControl = True
  140.     end
  141.   end
  142. end
  143.